HandleCertificateErrorRequest

data class HandleCertificateErrorRequest(eventId: Int, action: CertificateErrorAction)

Represents request frame that can be used with Security#handleCertificateError operation call.

Handles a certificate error that fired a certificateError event.

See also

Constructors

HandleCertificateErrorRequest
Link copied to clipboard
fun HandleCertificateErrorRequest(eventId: Int, action: CertificateErrorAction)

Properties

action
Link copied to clipboard
val action: CertificateErrorAction
The action to take on the certificate error.
eventId
Link copied to clipboard
val eventId: Int
The ID of the event.

Sources

jvm source
Link copied to clipboard